members ( groupName )
|
MembershipList |
Get a list of MembershipBean of the given group
|
|
primaryMembers ( )
|
MembershipList |
Get all primary MembershipBean's of this organisation
|
|
childOrgs ( )
|
OrgDataList |
Returns only direct child organisations, ie organisations where the
parent is this organisation
|
|
findChildOrgByField ( fieldName, value )
|
OrgData |
Find a child org with a matching custom field
|
|
childOrg ( orgId )
|
OrgData |
|
|
childOrg ( orgId )
|
OrgData |
|
|
allSubOrgs ( orgType )
|
OrgDataList |
Returns all subordinate organisations, ie child organisations and their
child orgs, and so
|
|
findProfile ( emailOrName )
|
ExtProfileBean |
|
|
findMembershipByField ( groupName, fieldName, value, contains )
|
MembershipBean |
This will only locate members directly connected to this organisation
|
|
findChildMembershipByField ( groupName, fieldName, ovalue, contains )
|
MembershipBean |
Locate any membership inside this root organisation with the given field
name and value for the given group
|
|
hasMembership ( userId, groupName )
|
boolean |
Checks if a user has a membership to a group
|
|
createMembership ( userId, email, orgId, groupName )
|
MembershipBean |
Creates a new membership, or returns an existing one, for a profile. Will
create the profile if it does not exist.
|
|
updateMembership ( profile, groupName, withinOrg, fieldValues )
|
void |
|
|
createMembership ( userId, email, orgDataToJoin, groupName )
|
MembershipBean |
|
|
getOrCreateChildOrg ( newOrgId, orgTitle, orgType )
|
OrgData |
Create a new child organisation or return one if it already exists, by
looking up the orgID
|
|
updateOrg ( parameters )
|
JsonResult |
Update organisation info e.g. lat/lng, address, etc
|
|
createGroup ( name, title, groupType, regoMode )
|
Group |
|
|
createGroup ( name )
|
Group |
|
|
Ask a question, or offer an answer